mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(theme): add Theme (#741)
* feat(theme): add Theme * fix(theme): fix broken type test * docs(theme): add examples * docs(theme): add description, update carbon theme link [ci skip] * docs: pre-wrap type code snippet [ci skip]
This commit is contained in:
parent
18c6f03224
commit
fac78ee4aa
18 changed files with 475 additions and 4 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -129,6 +129,7 @@ export { default as TextAreaSkeleton } from "./TextArea/TextAreaSkeleton";
|
|||
export { default as TextInput } from "./TextInput/TextInput";
|
||||
export { default as TextInputSkeleton } from "./TextInput/TextInputSkeleton";
|
||||
export { default as PasswordInput } from "./TextInput/PasswordInput";
|
||||
export { default as Theme } from "./Theme/Theme";
|
||||
export { default as Tile } from "./Tile/Tile";
|
||||
export { default as ClickableTile } from "./Tile/ClickableTile";
|
||||
export { default as ExpandableTile } from "./Tile/ExpandableTile";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue