@furystack/shades-common-components
Version:
Common UI components for FuryStack Shades
8 lines • 326 B
TypeScript
export declare const Paper: (props: {
elevation?: 0 | 1 | 2 | 3;
} & Omit<Partial<HTMLElement>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
} & {
ref?: import("@furystack/shades").RefObject<Element>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=paper.d.ts.map