@stratakit/structures
Version:
Medium-sized component structures for the Strata design system
13 lines (12 loc) • 366 B
TypeScript
import { Table } from "@stratakit/bricks";
export {
/**
* @deprecated This component has been moved to `@stratakit/bricks` and will be removed from `@stratakit/structures` in a future release. Update your imports accordingly.
*
* ```diff
* - import { Table } from "@stratakit/structures";
* + import { Table } from "@stratakit/bricks";
* ```
*
*/
Table, };