UNPKG

ar-design

Version:

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

7 lines (6 loc) 206 B
import { IChildren } from "../../../libs/types/IGlobalProps"; interface IProps extends IChildren { text: string | string[]; direction?: "top" | "right" | "left" | "bottom"; } export default IProps;