UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

13 lines 1.12 kB
import { CreateStyled } from '@emotion/styled'; import { CSSProperties } from '@workday/canvas-kit-react/tokens'; /** * @deprecated ⚠️ `filterOutProps` is deprecated and will be removed in a future major version. Use our `createComponent` and `handleCsProp` helpers to handle props. For more information, view our [Meriging Styles Docs](https://workday.github.io/canvas-kit/?path=/docs/styling-guides-merging-styles--docs#handlecsprop). */ export declare const filterOutProps: (omittedProps: string[]) => (prop: string) => boolean; export type StyleRewriteFn = (obj?: CSSProperties) => CSSProperties | undefined; /** * @deprecated ⚠️ `styled` is deprecated and will be removed in a future major version. Please use `createStyles` or `createStencil` instead with [CSS logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values). For more information, view our [Styling docs](https://workday.github.io/canvas-kit/?path=/docs/styling-getting-started-overview--docs). */ declare const _default: CreateStyled; export default _default; //# sourceMappingURL=styled.d.ts.map