UNPKG

@kibisis/connect-kit

Version:

The UI kit to allow dApps to connect to the Kibisis wallets.

12 lines 474 B
import { JSX } from 'preact'; import { default as IBaseComponentProps } from './IBaseComponentProps'; import { default as TSizes } from './TSizes'; interface ITypographyProps extends IBaseComponentProps { bold?: boolean; children: JSX.Element | string | JSX.Element[] | (JSX.Element | string)[]; fullWidth?: boolean; textAlign?: 'left' | 'center' | 'right'; size?: TSizes; } export default ITypographyProps; //# sourceMappingURL=ITypographyProps.d.ts.map