forked from abner/for-legacy-web
All class name to be set on category / overline.
This commit is contained in:
@@ -2,7 +2,7 @@ import styled, { css } from "styled-components";
|
||||
import { Children } from "../../types/Preact";
|
||||
import { Text } from 'preact-i18n';
|
||||
|
||||
interface Props {
|
||||
type Props = Omit<JSX.HTMLAttributes<HTMLDivElement>, 'children' | 'as'> & {
|
||||
error?: string;
|
||||
block?: boolean;
|
||||
children?: Children;
|
||||
|
||||
Reference in New Issue
Block a user