UNPKG

nano-jsx

Version:

SSR first, lightweight 1kB JSX library.

16 lines 433 B
import { Component } from '../component.js'; interface SheetProps { height?: string; width?: string; radius?: boolean; mode?: 'side' | 'bottom' | 'right' | 'left' | 'custom'; title?: string; subtitle?: string; } export declare class Sheet extends Component<SheetProps> { static show(sheet: Sheet): void; static close(): void; render(): HTMLElement; } export {}; //# sourceMappingURL=sheet.d.ts.map