mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
add custom head component
This commit is contained in:
parent
775ceb47c1
commit
36d20a5a2f
18 changed files with 727 additions and 3 deletions
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
|
@ -70,6 +70,11 @@ export { default as FormLabel } from "./FormLabel/FormLabel";
|
|||
export { default as Grid } from "./Grid/Grid";
|
||||
export { default as Row } from "./Grid/Row";
|
||||
export { default as Column } from "./Grid/Column";
|
||||
export { default as Head } from "./Head/Head";
|
||||
export { default as HeadAction } from "./Head/HeadAction";
|
||||
export { default as HeadActions } from "./Head/HeadActions";
|
||||
export { default as HeadFilters } from "./Head/HeadFilters";
|
||||
export { default as HeadIdentity } from "./Head/HeadIdentity";
|
||||
export { default as IconSkeleton } from "./Icon/IconSkeleton";
|
||||
export { default as Icon } from "./Icon/Icon";
|
||||
export { default as InlineLoading } from "./InlineLoading/InlineLoading";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue