UNPKG

@retriever-ui/typography

Version:
10 lines (9 loc) 324 B
import { Responsive } from '@retriever-ui/system'; import { FontAlign, TextAlignStyleInterface } from './interface'; interface CommonPropsInterface { textAlign: Responsive<FontAlign>; } export declare const useCommonProps: ({ textAlign }: CommonPropsInterface) => { alignment: TextAlignStyleInterface; }; export {};