@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
12 lines • 726 B
TypeScript
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 expandableTitleStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {}, never>, {}, {}, never, never>;
export declare const ExpandableTitle: import("@workday/canvas-kit-react/common").ElementComponent<"div", ExpandableTitleProps>;
//# sourceMappingURL=ExpandableTitle.d.ts.map