UNPKG

retabler

Version:

React Component library via Tabler

8 lines (7 loc) 246 B
import * as React from "react"; export interface CardOptionsProps { className?: string; children: React.ReactNode; } declare function CardOptions({ className, children }: CardOptionsProps): JSX.Element; export default CardOptions;