UNPKG

@praetorian-chariot/ui

Version:

The UI component library for Chariot, built with Tailwind CSS and React.

9 lines 256 B
import React from "react"; export interface ContainerProps { children?: React.ReactNode; className?: string; tabIndex?: number; id?: string; } export declare const Container: React.FC<ContainerProps>; //# sourceMappingURL=Container.d.ts.map