UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

7 lines (6 loc) 279 B
import { ViewProps } from "@vnxjs/components/types/View"; import { PropsWithChildren } from "react"; interface ButtonContentProps extends PropsWithChildren<ViewProps> { } declare function ButtonContent(props: ButtonContentProps): JSX.Element; export default ButtonContent;