UNPKG

ar-design

Version:

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

7 lines (6 loc) 174 B
import { IChildren } from "../../../libs/types/IGlobalProps"; interface IProps extends IChildren { title?: string; action?: React.ReactNode; } export default IProps;