UNPKG

@workday/canvas-kit-labs-react

Version:

Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functi

11 lines 536 B
import React from 'react'; import { ExtractProps } from '@workday/canvas-kit-react/common'; import { Box } from '@workday/canvas-kit-react/layout'; export interface ExpandableTitleProps extends ExtractProps<typeof Box, never> { /** * Children of the `Expandable.Title`. This should contain a string for the title */ children: React.ReactNode; } export declare const ExpandableTitle: import("@workday/canvas-kit-react/common").ElementComponent<"div", ExpandableTitleProps>; //# sourceMappingURL=ExpandableTitle.d.ts.map