|
Last change
on this file since 2058e5c was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Working / before login
|
-
Property mode
set to
100644
|
|
File size:
491 bytes
|
| Rev | Line | |
|---|
| [2058e5c] | 1 | import { _ as _default } from './colors-b_6i0Oi7.js';
|
|---|
| 2 |
|
|---|
| 3 | type NamedUtilityValue = {
|
|---|
| 4 | kind: 'named';
|
|---|
| 5 | /**
|
|---|
| 6 | * ```
|
|---|
| 7 | * bg-red-500
|
|---|
| 8 | * ^^^^^^^
|
|---|
| 9 | *
|
|---|
| 10 | * w-1/2
|
|---|
| 11 | * ^
|
|---|
| 12 | * ```
|
|---|
| 13 | */
|
|---|
| 14 | value: string;
|
|---|
| 15 | /**
|
|---|
| 16 | * ```
|
|---|
| 17 | * w-1/2
|
|---|
| 18 | * ^^^
|
|---|
| 19 | * ```
|
|---|
| 20 | */
|
|---|
| 21 | fraction: string | null;
|
|---|
| 22 | };
|
|---|
| 23 |
|
|---|
| 24 | type PluginUtils = {
|
|---|
| 25 | theme: (keypath: string, defaultValue?: any) => any;
|
|---|
| 26 | colors: typeof _default;
|
|---|
| 27 | };
|
|---|
| 28 |
|
|---|
| 29 | export type { NamedUtilityValue as N, PluginUtils as P };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.