UNPKG
unocss-preset-grid-areas
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Grid Areas Preset for UnoCSS
github.com/chz/unocss-preset-grid-areas
chz/unocss-preset-grid-areas
unocss-preset-grid-areas
/
dist
/
index.d.ts
9 lines
(8 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Preset
}
from
"unocss"
;
export
interface
GridOptions
{
gridTemplateAreas
: { [
key
:
string
]:
string
[]; }; }
export
declare
function
presetGridAreas
(
options
:
GridOptions
):
Preset
;
export
default
presetGridAreas;