UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

8 lines (7 loc) 310 B
import { ParagraphColors, Status } from "../../../../libs/types"; import { IChildren, ISize, IUpperCase } from "../../../../libs/types/IGlobalProps"; interface IProps extends IChildren, ISize, IUpperCase { color?: ParagraphColors | Status; align?: "left" | "center" | "right"; } export default IProps;